home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
- *
- *
- * AccessPriv Globals
- *
- * Copyright (c)
- * Apple Computer, Inc. 1989-1990
- * All Rights Reserved.
- *
- * Developer Technical Support Apple II Sample Code
- *
- * This file contains the global defines used by the AccessPriv program.
- *
- ***********************************************************************/
-
- #define SHORTINDEX 123
-
- #define AppleMenuID 0x1100
- #define AboutItem 0x1101
- #define FileMenuID 0x1200
- #define CloseItem 255 /* For DA's */
- #define QuitItem 0x1201
- #define EditMenuID 0x1300
- #define UndoItem 250 /* For DA's */
- #define CutItem 251 /* For DA's */
- #define CopyItem 252 /* For DA's */
- #define PasteItem 253 /* For DA's */
- #define ClearItem 254 /* For DA's */
-
- #define NumWindows 14
-
- #define ButButtonsID 1
- #define ButStatTextID 2
- #define ButLineEditID 3
- #define ButPicturesID 4
- #define ButPopUpsID 5
- #define ButTextEditID 6
- #define ButListsID 7
- #define Prog1ID 8
- #define Prog2ID 9
- #define Prog3ID 10
- #define Prog4ID 11
- #define Prog5ID 12
- #define Prog6ID 13
-
- #include <dialog.h>
- #include <types.h>
- #include <GSOS.h>
-
- #define CheckFolderAllSee 0x0101
- #define CheckFileAllSee 0x0102
- #define CheckAllChanges 0x0103
- #define CheckFolderGroupSee 0x0104
- #define CheckFileGroupSee 0x0105
- #define CheckGroupChanges 0x0106
- #define CheckFolderOwnerSee 0x0107
- #define CheckFileOwnerSee 0x0108
- #define CheckOwnerChanges 0x0109
- #define UndoBut 0x010A
- #define SaveBut 0x010B
- #define ViewAnotherBut 0x010C
- #define CheckLocked 0x010D
- #define LEOwnerName 0x010E
- #define LEGroupName 0x010F
- #define StatTextTextID1 0x0110
- #define StatTextTextID2 0x0111
- #define StatTextTextID3 0x0112
- #define StatTextTextID4 0x0113
- #define StatTextTextID5 0x0114
- #define StatTextTextID6 0x0115
-
-
- typedef struct SFMultiReplyNamesRec2 {
- Word filetype;
- long auxtype;
- byte namestrlen;
- word nameprefix;
- char filenamestr;
-
- } SFMultiReplyNamesRec2, *SFMultiReplyNamesRec2Ptr;
-
- typedef struct DirEntryRecHeader {
- Word pCount; /* */
- Word refNum; /* */
- Word flags; /* */
- Word base; /* */
- Word displacement; /* */
- Pointer name; /* */
- } DirEntryRecHeader;
-